projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de18407
)
; * lisp/emacs-lisp/bytecomp.el (compilation-safety): Doc fix (bug#78394).
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 1 Jul 2025 11:17:42 +0000
(14:17 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 1 Jul 2025 11:17:42 +0000
(14:17 +0300)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 594052ad2634ac5b8754f079fcc2fcc257ac5001..82187a6f9462ec089f8d3325c67a0bc3865b357f 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-145,6
+145,8
@@
Possible values are:
1 - emitted code is to be generated in a safe manner, even if functions
are mis-declared.
+Note that \"safe\" does not mean \"correct\": if functions are declared
+incorrectly, the emitted code might also be incorrect.
This currently affects only code produced by native-compilation."
:type 'integer
:safe #'integerp